home *** CD-ROM | disk | FTP | other *** search
-
- on oldinit
- global radstate, RadPath
- set radpath = "@:zRadAIFF:"
- if radstate <> 0 then nothing
- else set radstate = "1,1,1,1,1,1"
- end
-
- on PlayRad
- global radstate
- set chan = item 1 of radstate
- set show = item chan+1 of radstate
- do "Prog"&chan&&show
- end
-
- on seekUp
- global radstate
- -- put radstate&" = Start Seek"
- set chan = value(item 1 of radstate)
- set show = value(item chan+1 of radstate)
- if show = 5 then put "1" into item chan+1 of radstate
- else put string(show+1) into item chan+1 of radstate
- if chan = 5 then set chan = 1
- else set chan = chan+1
- put string(chan) into item 1 of radstate
- go marker(1)
- -- put radstate&" = End Seek"
- end
-
- on NextShow
- global radstate
- set chan = value(item 1 of radstate)
- set show = value(item chan+1 of radstate)
- if show = 3 then put "1" into item chan+1 of radstate
- else put string(show+1) into item chan+1 of radstate
- playrad
- end
-
- on MA x
- global RadPath
- sound playfile 2, RadPath&x
- end
-
- on Prog1 x
- if x = 1 then MA "DEVLPNTS.AIF"
- else if x = 2 then MA "ETERNITY.AIF"
- else if x = 3 then MA "BPProtst.AIF"
- else if x = 4 then MA "SURFRPRT.AIF"
- else if x = 5 then MA "HDRKWOMN.AIF"
- end
-
- on Prog2 x
- if x = 1 then MA "HOOKEDON.AIF"
- else if x = 2 then MA "BPdecdmn.AIF"
- else if x = 3 then MA "EDHngHed.AIF"
- else if x = 4 then MA "TATTOO.AIF"
- else if x = 5 then MA "URDed.AIF"
- end
-
- on Prog3 x
- if x = 1 then MA "SugarPop.AIF"
- else if x = 2 then MA "GNARACRS.AIF"
- else if x = 3 then MA "GGPsyBud.AIF"
- else if x = 4 then MA "DONTCARE.AIF"
- else if x = 5 then MA "TOMCHU2.AIF"
- end
-
- on Prog4 x
- if x = 1 then MA "SMTHMOVE.AIF"
- else if x = 2 then MA "MJTwelve.AIF"
- else if x = 3 then MA "ROSEBUD.AIF"
- else if x = 4 then MA "SHAMECO.AIF"
- else if x = 5 then MA "MALLTALK.AIF"
- end
-
- on Prog5 x
- if x = 1 then MA "JFLUVMYS.AIF"
- else if x = 2 then MA "JAILHSER.AIF"
- else if x = 3 then MA "EDCDEVIL.AIF"
- else if x = 4 then MA "TOMCHU.AIF"
- else if x = 5 then MA "DISTTEST.AIF"
- end
-